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