Searched defs:FC (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 1215 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 1505 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 1597 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, in getGetElementPtr() local 1629 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local 1652 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local 1676 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local 1698 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local 1715 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local 1739 Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs); in getInsertValue() local 1755 Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs); in getExtractValue() local
|
D | Verifier.cpp | 1237 void Verifier::visitFCmpInst(FCmpInst &FC) { in visitFCmpInst()
|
/external/llvm/lib/Target/MBlaze/ |
D | MBlazeInstrInfo.h | 197 FC, enumerator
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 242 FilterChooser(const FilterChooser &FC) : in FilterChooser() 1392 FilterChooser FC(NumberedInstructions, I->second, Operands, in run() local
|
D | ARMDecoderEmitter.cpp | 380 ARMFilterChooser(const ARMFilterChooser &FC) : in ARMFilterChooser() 1549 ARMFilterChooser *FC; member in ARMDecoderEmitter::ARMDEBackend
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 202 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local 229 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local
|
/external/llvm/include/llvm/Support/ |
D | IRBuilder.h | 1152 if (Constant *FC = dyn_cast<Constant>(False)) variable
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1322 } else if (const FCmpInst *FC = dyn_cast<FCmpInst>(Cond)) { in EmitBranchForMergedCondition() local 2544 if (const FCmpInst *FC = dyn_cast<FCmpInst>(&I)) in visitFCmp() local 2546 else if (const ConstantExpr *FC = dyn_cast<ConstantExpr>(&I)) in visitFCmp() local
|
/external/bluetooth/hcidump/parser/ |
D | rfcomm.h | 108 #define FC 0x02 /* flow control (unable to accept frames) */ macro
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 150 } else if (const CXXFunctionalCastExpr *FC in DiagnoseUnusedExprResult() local
|