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) {
382 TCmp = getTrue(Cond->getType());
388 TCmp = getTrue(Cond->getType());
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 256 ConstantInt *getTrue() {
257 return ConstantInt::getTrue(Context);
    [all...]
  /external/llvm/lib/IR/
Constants.cpp 474 ConstantInt *ConstantInt::getTrue(LLVMContext &Context) {
488 Constant *ConstantInt::getTrue(Type *Ty) {
492 return ConstantInt::getTrue(Ty->getContext());
497 ConstantInt::getTrue(Ty->getContext()));
    [all...]

Completed in 227 milliseconds