Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineAndOrXor.cpp186 static unsigned getMaskedICmpType(Value *A, Value *B, Value *C, in getMaskedICmpType() function
388 unsigned LeftType = getMaskedICmpType(A, B, C, PredL); in getMaskedTypeForICmpPair()
389 unsigned RightType = getMaskedICmpType(A, D, E, PredR); in getMaskedTypeForICmpPair()