Home
last modified time | relevance | path

Searched defs:FC (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/VMCore/
DConstants.cpp1215 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
DVerifier.cpp1237 void Verifier::visitFCmpInst(FCmpInst &FC) { in visitFCmpInst()
/external/llvm/lib/Target/MBlaze/
DMBlazeInstrInfo.h197 FC, enumerator
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp242 FilterChooser(const FilterChooser &FC) : in FilterChooser()
1392 FilterChooser FC(NumberedInstructions, I->second, Operands, in run() local
DARMDecoderEmitter.cpp380 ARMFilterChooser(const ARMFilterChooser &FC) : in ARMFilterChooser()
1549 ARMFilterChooser *FC; member in ARMDecoderEmitter::ARMDEBackend
/external/llvm/lib/Analysis/
DScalarEvolutionExpander.cpp202 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/
DIRBuilder.h1152 if (Constant *FC = dyn_cast<Constant>(False)) variable
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp1322 } 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/
Drfcomm.h108 #define FC 0x02 /* flow control (unable to accept frames) */ macro
/external/clang/lib/Sema/
DSemaStmt.cpp150 } else if (const CXXFunctionalCastExpr *FC in DiagnoseUnusedExprResult() local