Searched refs:getICmpValue (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/include/llvm/Transforms/Utils/
H A DCmpInstAnalysis.h49 /// getICmpValue - This is the complement of getICmpCode, which turns an
56 Value *getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS,
/freebsd-10.0-release/contrib/llvm/lib/Transforms/Utils/
H A DCmpInstAnalysis.cpp65 /// getICmpValue - This is the complement of getICmpCode, which turns an
72 Value *llvm::getICmpValue(bool Sign, unsigned Code, Value *LHS, Value *RHS, function in class:llvm
/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp100 if (Value *NewConstant = getICmpValue(Sign, Code, LHS, RHS, NewPred))

Completed in 110 milliseconds