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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp469 unsigned SICmpOpc, unsigned FCmpOpc);
2179 unsigned SICmpOpc, unsigned FCmpOpc) {
2260 Result = Builder.CreateFCmp((llvm::CmpInst::Predicate)FCmpOpc,
2285 ResultR = Builder.CreateFCmp((llvm::FCmpInst::Predicate)FCmpOpc,
2287 ResultI = Builder.CreateFCmp((llvm::FCmpInst::Predicate)FCmpOpc,
2178 EmitCompare(const BinaryOperator *E,unsigned UICmpOpc, unsigned SICmpOpc, unsigned FCmpOpc) argument

Completed in 197 milliseconds