Searched refs:ShiftCst (Results 1 – 3 of 3) sorted by relevance
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeDAG.cpp | 3130 SDValue ShiftCst = DAG.getConstant(BitsDiff, ShiftAmountTy); in ExpandNode() local 3132 Node->getOperand(0), ShiftCst); in ExpandNode() 3133 Tmp1 = DAG.getNode(ISD::SRA, dl, Node->getValueType(0), Tmp1, ShiftCst); in ExpandNode()
|
/external/clang/lib/CodeGen/ |
D | CGBuiltin.cpp | 3115 Value *ShiftCst = llvm::ConstantInt::get(Int64Ty, 32); in EmitARMBuiltinExpr() local 3116 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */); in EmitARMBuiltinExpr() 3847 Value *ShiftCst = llvm::ConstantInt::get(Int128Ty, 64); in EmitAArch64BuiltinExpr() local 3848 Val = Builder.CreateShl(Val0, ShiftCst, "shl", true /* nuw */); in EmitAArch64BuiltinExpr()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 7898 SDValue ShiftCst = in DAGCombineExtBoolTrunc() local 7902 N->getOperand(0), ShiftCst), ShiftCst); in DAGCombineExtBoolTrunc()
|