Searched refs:CastOpc (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp1634 Instruction::CastOps CastOpc = Cast0->getOpcode(); local
1637 return ConstantExpr::getCast(CastOpc, V, ResultType);
1639 return ConstantExpr::getCast(CastOpc, V, ResultType);
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp664 unsigned CastOpc = IdxVT.bitsGT(PtrVT) ? ISD::TRUNCATE : ISD::ZERO_EXTEND; local
665 Tmp3 = DAG.getNode(CastOpc, dl, PtrVT, Tmp3);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp4205 unsigned CastOpc; local
4210 CastOpc = ISD::SIGN_EXTEND;
4214 CastOpc = ISD::ZERO_EXTEND;
4219 Op = DAG.getNode(CastOpc, dl, MVT::v4i32, Op.getOperand(0));
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMISelLowering.cpp3042 unsigned CastOpc; local
3048 CastOpc = ISD::SIGN_EXTEND;
3052 CastOpc = ISD::ZERO_EXTEND;
3057 Op = DAG.getNode(CastOpc, dl, MVT::v4i32, Op.getOperand(0));
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp2000 unsigned CastOpc = local
2003 In = DAG.getNode(CastOpc, dl, CastVT, In);

Completed in 853 milliseconds