Home
last modified time | relevance | path

Searched refs:extractIntPart (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1092 static Value *extractIntPart(const IntPart &P, IRBuilderBase &Builder) { in extractIntPart() function
1170 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts()
1171 Value *RValue = extractIntPart(R, Builder); in foldEqOfParts()