HomeSort by relevance Sort by last modified time
    Searched defs:getTrue (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 70 /// getTrue - For a boolean type, or a vector of boolean type, return true, or
72 static Constant *getTrue(Type *Ty) {
454 TCmp = getTrue(Cond->getType());
460 TCmp = getTrue(Cond->getType());
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 187 ConstantInt *getTrue() {
188 return ConstantInt::getTrue(Context);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 431 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) {
445 Constant *ConstantInt::getTrue(Type *Ty) {
449 return ConstantInt::getTrue(Ty->getContext());
454 ConstantInt::getTrue(Ty->getContext()));
    [all...]

Completed in 69 milliseconds