Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1034 static Value *extractIntPart(const IntPart &P, IRBuilderBase &Builder) { in extractIntPart() function
1085 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts()
1086 Value *RValue = extractIntPart(R, Builder); in foldEqOfParts()