reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Constants.cpp
 2092   assert(LHS->getType() == RHS->getType());
 2096   if (Constant *FC = ConstantFoldCompareInstruction(pred, LHS, RHS))
 2103   Constant *ArgVec[] = { LHS, RHS };
 2107   Type *ResultTy = Type::getInt1Ty(LHS->getContext());
 2108   if (VectorType *VT = dyn_cast<VectorType>(LHS->getType()))
 2111   LLVMContextImpl *pImpl = LHS->getType()->getContext().pImpl;