Searched defs:FC (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/MBlaze/MCTargetDesc/ |
D | MBlazeBaseInfo.h | 53 FC, enumerator
|
/external/llvm/lib/VMCore/ |
D | Constants.cpp | 1350 if (Constant *FC = ConstantFoldCastInstruction(opc, C, Ty)) in getFoldedCast() local 1650 if (Constant *FC = ConstantFoldBinaryInstruction(Opcode, C1, C2)) in get() local 1742 if (Constant *FC = ConstantFoldGetElementPtr(C, InBounds, Idxs)) in getGetElementPtr() local 1772 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getICmp() local 1795 if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS)) in getFCmp() local 1819 if (Constant *FC = ConstantFoldExtractElementInstruction(Val, Idx)) in getExtractElement() local 1841 if (Constant *FC = ConstantFoldInsertElementInstruction(Val, Elt, Idx)) in getInsertElement() local 1858 if (Constant *FC = ConstantFoldShuffleVectorInstruction(V1, V2, Mask)) in getShuffleVector() local 1882 Constant *FC = ConstantFoldInsertValueInstruction(Agg, Val, Idxs); in getInsertValue() local 1898 Constant *FC = ConstantFoldExtractValueInstruction(Agg, Idxs); in getExtractValue() local
|
D | Verifier.cpp | 1271 void Verifier::visitFCmpInst(FCmpInst &FC) { in visitFCmpInst()
|
/external/llvm/utils/TableGen/ |
D | FixedLenDecoderEmitter.cpp | 242 FilterChooser(const FilterChooser &FC) in FilterChooser() 1569 FilterChooser FC(NumberedInstructions, I->second, Operands, in run() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolutionExpander.cpp | 232 if (const SCEVConstant *FC = dyn_cast<SCEVConstant>(Factor)) { in FactorOutConstant() local 259 const SCEVConstant *FC = cast<SCEVConstant>(Factor); in FactorOutConstant() local
|
/external/llvm/include/llvm/Support/ |
D | IRBuilder.h | 1188 if (Constant *FC = dyn_cast<Constant>(False)) variable
|
/external/bluetooth/hcidump/parser/ |
D | rfcomm.h | 108 #define FC 0x02 /* flow control (unable to accept frames) */ macro
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 1360 } else if (const FCmpInst *FC = dyn_cast<FCmpInst>(Cond)) { in EmitBranchForMergedCondition() local 2650 if (const FCmpInst *FC = dyn_cast<FCmpInst>(&I)) in visitFCmp() local 2652 else if (const ConstantExpr *FC = dyn_cast<ConstantExpr>(&I)) in visitFCmp() local
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 208 } else if (const CXXFunctionalCastExpr *FC in DiagnoseUnusedExprResult() local
|