ΒΆllvm::Constant* getPredForFCmpCode(
unsigned int Code,
llvm::Type* OpTy,
CmpInst::Predicate& Pred)
llvm::Constant* getPredForFCmpCode(
unsigned int Code,
llvm::Type* OpTy,
CmpInst::Predicate& Pred)
Description
This is the complement of getFCmpCode. It turns a predicate code into either a constant true or false or the predicate for a new FCmp. Non-NULL return value will be a true or false constant. NULL return means a new ICmp is needed. The predicate is output in Pred.
Declared at: llvm/include/llvm/Analysis/CmpInstAnalysis.h:91
Parameters
- unsigned int Code
- llvm::Type* OpTy
- CmpInst::Predicate& Pred