Searched refs:getInt1 (Results 1 - 7 of 7) sorted by relevance

/external/llvm/lib/VMCore/
H A DIRBuilder.cpp67 Value *Ops[] = { Ptr, Val, Size, getInt32(Align), getInt1(isVolatile) };
87 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
107 Value *Ops[] = { Dst, Src, Size, getInt32(Align), getInt1(isVolatile) };
/external/clang/lib/CodeGen/
H A DCGCleanup.cpp1041 llvm::Value *value = CGF.Builder.getInt1(kind == ForDeactivation);
1052 CGF.Builder.CreateStore(CGF.Builder.getInt1(kind == ForActivation), var);
H A DCGObjC.cpp506 args.add(RValue::get(CGF.Builder.getInt1(isAtomic)), Context.BoolTy);
507 args.add(RValue::get(CGF.Builder.getInt1(hasStrong)), Context.BoolTy);
848 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),
1135 args.add(RValue::get(Builder.getInt1(strategy.isAtomic())),
1137 args.add(RValue::get(Builder.getInt1(strategy.isCopy())),
H A DCGExprScalar.cpp353 return Builder.getInt1(E->getValue());
388 return Builder.getInt1(E->getValue());
H A DCGBuiltin.cpp242 Value *ZeroUndef = Builder.getInt1(Target.isCLZForZeroUndef());
259 Value *ZeroUndef = Builder.getInt1(Target.isCLZForZeroUndef());
H A DCGObjCMac.cpp3276 CGF.Builder.CreateStore(CGF.Builder.getInt1(HasFinally), CallTryExitVar);
/external/llvm/include/llvm/Support/
H A DIRBuilder.h181 /// getInt1 - Get a constant value representing either true or false.
182 ConstantInt *getInt1(bool V) { function in class:llvm::IRBuilderBase

Completed in 2935 milliseconds