Searched defs:getSignedPredicate (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstructions.h1041 Predicate getSignedPredicate() const { function in class:llvm::ICmpInst
1042 return getSignedPredicate(getPredicate());
1047 static Predicate getSignedPredicate(Predicate pred);
/external/llvm/lib/IR/
H A DInstructions.cpp3169 ICmpInst::Predicate ICmpInst::getSignedPredicate(Predicate pred) { function in class:ICmpInst

Completed in 546 milliseconds