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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp479 unsigned SICmpOpc, unsigned FCmpOpc);
2594 unsigned SICmpOpc, unsigned FCmpOpc) {
2675 Result = Builder.CreateFCmp((llvm::CmpInst::Predicate)FCmpOpc,
2700 ResultR = Builder.CreateFCmp((llvm::FCmpInst::Predicate)FCmpOpc,
2702 ResultI = Builder.CreateFCmp((llvm::FCmpInst::Predicate)FCmpOpc,
2593 EmitCompare(const BinaryOperator *E,unsigned UICmpOpc, unsigned SICmpOpc, unsigned FCmpOpc) argument

Completed in 90 milliseconds