Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp118 static unsigned getMaskedICmpType(Value *A, Value *B, Value *C, in getMaskedICmpType() function
317 unsigned LeftType = getMaskedICmpType(A, B, C, PredL); in getMaskedTypeForICmpPair()
318 unsigned RightType = getMaskedICmpType(A, D, E, PredR); in getMaskedTypeForICmpPair()