Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1103 static Value *extractIntPart(const IntPart &P, IRBuilderBase &Builder) { in extractIntPart() function
1154 Value *LValue = extractIntPart(L, Builder); in foldEqOfParts()
1155 Value *RValue = extractIntPart(R, Builder); in foldEqOfParts()